TheGTAVTouristPedList
Note: file is prepopulated with many examples of vanilla peds. You must adhere to certain rules as addon and vanilla peds have different behaviours. If you screw up, the script or game will NOT crash, but info will not be displayed correctly.

=================================================================================

Case 1: Addon ped with custom data. Line ends with 1 semicolon. 
Unique id + 6 custom fields
Example for Addon Ped:
-1353446663;Tomb Raider;Lara Croft;Croft Manor;Raiding;Killing;Running;

If you want less info, you need to put in a ; for the empty field

=================================================================================

Case 2: Vanilla ped with custom data. Line ends with 2 semicolons. 
Unique id + 5 custom fields
Example for Vanilla Ped:
1520708641; g_f_y_vagos_01;Vagos Female;Los Santos;Gang Member;Deals Drugs;;

=================================================================================
Case 3: Prepopulated Vanilla. Same as Case 2. Need semicolon for each non used field and also an extra one at the end of the line.
Unique id + 5 custom fields
Example for Prepopulated Ped:
331645324; a_f_y_fitness_02; Fitness Female 2;;;;;

Note: there will be 6 semicolons for addon ped. there will be 7 semicolons for vanilla.
=================================================================================

REMEMBER:
Addon Ped lines end with one ;
Vanilla Ped lines end with two ;;
If you leave blank fields, you still need to put a ; for each field